projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8084b0
)
Remove 1.2.0 from .travis.yml
author
Alex Crichton
<alex@alexcrichton.com>
Mon, 25 Jan 2016 20:52:23 +0000
(12:52 -0800)
committer
Alex Crichton
<alex@alexcrichton.com>
Mon, 25 Jan 2016 20:52:23 +0000
(12:52 -0800)
There hasn't actually ever been a request to maintain compatibility with older
stable Rust versions, and it's becoming a bit of a maintenance burden, so just
switch CI to run on stable Rust.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 1cc9ac0e238d2ffb4c1fcbbf0790548f152e959e..85f59b93022b4207d9b03e300240493c0146b323 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,6
+1,5
@@
language: rust
rust:
- - 1.2.0
- stable
- beta
- nightly